Skip to main content

Create

Description

This method creates and initializes an instance of the TsgCADdxfImage object.
For loading a file it is necessary to create an instance of the descendant class, corresponding to the opened format, and then call the LoadFromFile method of this descendant class.

More information about formats and their corresponding classes
ClassFile format
TsgHPGLImagePLT, HGL, HG, HPG, PLO, HP, HP1, HP2, HP3, HPGL, HPGL2, HPP, GL, GL2, PRN, SPL, RTL, PCL
TsgSVGImageSVG, SVGZ
TsgDXFImageDXF
TsgCADDXFImageDXF
TsgDWFImageDWF
TsgDWGImageDWG
TsgCGMImageCGM

Syntax

constructor Create; override;